cdt/cdt_6_0_x/org.eclipse.cdt.ui.tests/resources/addInclude/VariableType.cpp
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
#include "VariableTypeHelper.h"
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     2
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     3
namespace ns2 {
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     4
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     5
void VT::method() {
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     6
  a_->m();
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     7
}
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     8
c2bce6dd59e7 add cdt_6_0_x
cawthron
parents:
diff changeset
     9
}