Commit 4f920f58 authored by Aleksey Vinogradov's avatar Aleksey Vinogradov

подправил комменты

parent 230f76d7
......@@ -92,7 +92,7 @@ class UNetExchange:
bool checkExistUNetHost( const std::string& host, ost::tpport_t port );
std::list<UNetReceiver*> get_receivers();
/*! игнорировать запись датчик в шару */
/*! игнорировать запись датчика в SM */
void ignore_item(UniSetTypes::ObjectId id = UniSetTypes::DefaultObjectId, bool set = true);
protected:
......
......@@ -93,7 +93,7 @@ class UNetReceiver
typedef sigc::slot<void,UNetReceiver*,Event> EventSlot;
void connectEvent( EventSlot sl );
/*! игнорировать запись датчик в шару */
/*! игнорировать запись датчика в SM */
void ignore_item(UniSetTypes::ObjectId id = UniSetTypes::DefaultObjectId, bool set = true);
protected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment