|
Urbi SDK Remote for C++
2.7.5
|
00001 /* 00002 * Copyright (C) 2008-2011, Gostai S.A.S. 00003 * 00004 * This software is provided "as is" without warranty of any kind, 00005 * either expressed or implied, including but not limited to the 00006 * implied warranties of fitness for a particular purpose. 00007 * 00008 * See the LICENSE file for more information. 00009 */ 00010 00011 #ifndef URBI_UTAG_HH 00012 # define URBI_UTAG_HH 00013 00017 # define TAG_PRIVATE_PREFIX "__gostai_private__" 00018 00019 // FIXME: The need to make these tags public is not clear. 00020 namespace urbi 00021 { 00022 extern const char* connectionTimeoutTag; 00023 extern const char* internalPongTag; 00024 00025 } // namespace urbi 00026 00027 #endif // URBI_UTAG_HH