cdt/cdt_6_0_x/org.eclipse.cdt.ui.tests/resources/addInclude/VariableType.cpp
author cawthron
Wed, 29 Jul 2009 14:30:25 -0500
changeset 37 c2bce6dd59e7
permissions -rw-r--r--
add cdt_6_0_x

#include "VariableTypeHelper.h"

namespace ns2 {

void VT::method() {
  a_->m();
}

}