From 892385e632dee65c9eac60ba3a358e9e95d4a193 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 5 Jan 2011 16:51:09 +0200 Subject: [PATCH 1/1] =?utf8?q?=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D0=B4=D0=B5?= =?utf8?q?=D0=BD=D0=BE=20=D0=B2=20=D0=BF=D0=BE=D1=80=D1=8F=D0=B4=D0=BE?= =?utf8?q?=D0=BA=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D1=87?= =?utf8?q?=D0=BD=D0=B8=D0=B9=20=D1=84=D0=B0=D0=B9=D0=BB=20stg=5Fmessage.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- include/stg_message.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/include/stg_message.h b/include/stg_message.h index 156e1731..558100dd 100644 --- a/include/stg_message.h +++ b/include/stg_message.h @@ -10,10 +10,11 @@ $Date: 2010/03/04 11:49:52 $ */ -#include +#include #include -using namespace std; +#include "os_int.h" + //----------------------------------------------------------------------------- struct STG_MSG_HDR { @@ -40,15 +41,11 @@ unsigned repeatPeriod; //----------------------------------------------------------------------------- struct STG_MSG { -STG_MSG() - : header(), - text() -{}; +STG_MSG() {}; STG_MSG_HDR header; -string text; +std::string text; }; //----------------------------------------------------------------------------- #endif - -- 2.43.2