cdt/cdt_6_0_x/org.eclipse.cdt.ui.tests/resources/addInclude/VariableType.h
author cawthron
Wed, 29 Jul 2009 14:30:25 -0500
changeset 37 c2bce6dd59e7
permissions -rw-r--r--
add cdt_6_0_x
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
37
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     1
namespace ns1 {
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
class A {
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
	A(int x);
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
	A(int x, int y);
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
	~A();
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
	void m();
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
};
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
    10
}