Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / compileonly / centralstorage / separate_project / separate_PT.cc
1 ///////////////////////////////////////////////////////////////////////////////
2 // Copyright (c) 2000-2015 Ericsson Telecom AB
3 // All rights reserved. This program and the accompanying materials
4 // are made available under the terms of the Eclipse Public License v1.0
5 // which accompanies this distribution, and is available at
6 // http://www.eclipse.org/legal/epl-v10.html
7 ///////////////////////////////////////////////////////////////////////////////
8 // This Test Port skeleton source file was generated by the
9 // TTCN-3 Compiler of the TTCN-3 Test Executor version 1.6.pl3
10 // for Kristof Szabados (ekrisza@balisea) on Wed Nov 9 10:02:40 2005
11
12
13 // You may modify this file. Complete the body of empty functions and
14 // add your member functions here.
15
16 #include "separate_PT.hh"
17
18 namespace separate__ttcn {
19
20 separate__PT::separate__PT(const char *par_port_name)
21 : separate__PT_BASE(par_port_name)
22 {
23
24 }
25
26 separate__PT::~separate__PT()
27 {
28
29 }
30
31 void separate__PT::set_parameter(const char *parameter_name,
32 const char *parameter_value)
33 {
34
35 }
36
37 void separate__PT::Event_Handler(const fd_set *read_fds,
38 const fd_set *write_fds, const fd_set *error_fds,
39 double time_since_last_call)
40 {
41
42 }
43
44 void separate__PT::user_map(const char *system_port)
45 {
46
47 }
48
49 void separate__PT::user_unmap(const char *system_port)
50 {
51
52 }
53
54 void separate__PT::user_start()
55 {
56
57 }
58
59 void separate__PT::user_stop()
60 {
61
62 }
63
64 void separate__PT::outgoing_send(const CHARSTRING& send_par)
65 {
66
67 }
68
69 }
This page took 0.087856 seconds and 5 git commands to generate.