Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / compileonly / dynamicTemplate / external.cc
CommitLineData
970ed795 1///////////////////////////////////////////////////////////////////////////////
3abe9331 2// Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
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 "DynamicTemplate.hh"
9
10#ifndef OLD_NAMES
11namespace DynamicTemplate {
12#endif
13
14FLOAT_template ef1()
15{
16 return FLOAT_template(ANY_VALUE);
17}
18
19T3_template ef2()
20{
21 return T3_template(ANY_VALUE);
22}
23
24void ef3(const INTEGER_template& /*par1*/, T2_template& /*par2*/, T3_template& /*par3*/)
25{
26}
27
28#ifndef OLD_NAMES
29} /* end of namespace */
30#endif
This page took 0.027579 seconds and 5 git commands to generate.