Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15465721
D8948.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
D8948.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
Thu, Apr 3, 10:41 PM (2 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223716
Default Alt Text
D8948.diff (1 KB)
Attached To
Mode
D8948: livingRoom
Attached
Detach File
Event Timeline
Log In to Comment