Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15468996
D8908.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D8908.diff
View Options
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: */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 5, 8:17 AM (15 h, 16 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223716
Default Alt Text
D8908.diff (1 KB)
Attached To
Mode
D8908: wuyilaodongjie
Attached
Detach File
Event Timeline
Log In to Comment