cdt/cdt_6_0_x/org.eclipse.cdt.ui.tests/resources/addInclude/OverloadedFunction.h
author dadubrow
Thu, 05 Aug 2010 13:18:02 -0500
changeset 145 d9692fb089a1
parent 37 c2bce6dd59e7
permissions -rw-r--r--
not shipping pulsar plugins
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
namespace ns3 {
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
void func(int p);
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
void func(char* p);
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
}