Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zsummer committed Feb 1, 2015
1 parent eeed982 commit 0f163b6
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions source/common/cmake_install.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Install script for directory: /root/github/mini-breeze/source/common
# Install script for directory: /root/mini/source/common

# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
Expand Down Expand Up @@ -33,6 +33,6 @@ if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
endif()

if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/root/github/mini-breeze/source/lib/libcommon.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/root/mini/source/lib/libcommon.a")
endif()

2 changes: 1 addition & 1 deletion source/common/dbAsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <messageHandler.h>
#include <single.h>
#include <serverConfig.h>
#include <dbhelper/DBHelper.h>
#include <dbhelper/dbHelper.h>

namespace zsummer
{
Expand Down
2 changes: 1 addition & 1 deletion source/common/dbhelper/dbHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/


#include "dbhelper.h"
#include "dbHelper.h"
using namespace zsummer::mysql;
using namespace zsummer::log4z;

Expand Down
2 changes: 1 addition & 1 deletion source/mini-breeze/application.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "application.h"
#include <log4z/log4z.h>
#include "logic/netmanager.h"
#include "logic/netManager.h"
#include <dbAsync.h>
using namespace zsummer::log4z;

Expand Down
4 changes: 2 additions & 2 deletions source/mini-breeze/logic/dbManager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "netmanager.h"
#include "dbmanager.h"
#include "netManager.h"
#include "dbManager.h"
using namespace zsummer::mysql;

DBManager::DBManager()
Expand Down
4 changes: 2 additions & 2 deletions source/mini-breeze/logic/netManager.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "NetManager.h"
#include "DBManager.h"
#include "netManager.h"
#include "dbManager.h"
using namespace zsummer::mysql;

NetManager::NetManager()
Expand Down
2 changes: 1 addition & 1 deletion source/mini-breeze/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

#include "Application.h"
#include "application.h"
#include <zsummerX/frameX.h>
#include <unordered_map>
using namespace zsummer::log4z;
Expand Down
4 changes: 2 additions & 2 deletions source/stressTest/stressMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

//! 测试

#include <Common.h>
#include <common.h>
#include <ProtoLogin.h>
#include <unordered_map>
extern "C"
Expand All @@ -29,7 +29,7 @@ extern "C"
}


#include <dbhelper.h>
#include <dbHelper.h>
#include "lua/summer.h"

using namespace zsummer::log4z;
Expand Down

0 comments on commit 0f163b6

Please sign in to comment.