f2060d1296d183fb786e70a78c5241d649bb2465
[deliverable/titan.core.git] / regression_test / compileonly / styleGuide / external.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 #include "MySample_module.hh"
9
10 #ifndef OLD_NAMES
11 namespace MySample__module {
12 #endif
13
14 INTEGER f__ExtFuncName(const INTEGER& pl__formalPar1, INTEGER& pl__formalPar2, OCTETSTRING& pl__formalPar3, const MyMessageType_template& pl__formalPar4)
15 {
16 return INTEGER(1);
17 }
18
19 #ifndef OLD_NAMES
20 }
21 #endif
This page took 0.033119 seconds and 4 git commands to generate.