Index: Ac2DxStrategy/CAc2DxFrameAttrStat.cpp =================================================================== --- Ac2DxStrategy/CAc2DxFrameAttrStat.cpp +++ Ac2DxStrategy/CAc2DxFrameAttrStat.cpp @@ -35,7 +35,7 @@ **/ CAc2DxFrameAttrStat::CAc2DxFrameAttrStat() { - BaseClass->m_self_type = AC2DX_TYPE_STAT; + BaseClass->m_self_type=AC2DX_TYPE_STAT; m_send_recv = (CAc2DxSendRecvBase*)(new(std::nothrow) ac2dx::CAc2DxSendRecvBase()); m_ac2dx_data_trans = (CAc2DxDataTransBase*)(new(std::nothrow) ac2dx::CAc2DxDataTransStat()); Index: hubei_test/1.txt =================================================================== --- hubei_test/1.txt +++ hubei_test/1.txt @@ -0,0 +1 @@ +t Index: world.cpp =================================================================== --- world.cpp +++ world.cpp @@ -0,0 +1,43 @@ +/*************************************************************************** + * + * Copyright (c) 2014 Baidu.com, Inc. All Rights Reserved + * + **************************************************************************/ + + + +/** + * @file world.cpp + * @author hubei(com@baidu.com) + * @date 2014/04/25 10:54:18 + * @brief + * + **/ +#include "iostream" + +int main (){ + cout << "Hello world" << endl; + return 0; +} + + + + + + + + + + + + + + + + + + + + + +/* vim: set expandtab ts=4 sw=4 sts=4 tw=100: */