Sirikata
liboh/plugins/js/JSSystemNames.hpp
Go to the documentation of this file.
00001 #ifndef _SIRIKATA_JS_SYSTEM_NAMES_HPP_
00002 #define _SIRIKATA_JS_SYSTEM_NAMES_HPP_
00003 
00004 //#include <string>
00005 
00006 namespace Sirikata {
00007 namespace JS {
00008 namespace JSSystemNames {
00009 
00010 
00011 static const char* EMERSON_VERSION              =     "0.0.001";
00012 static const char* SYSTEM_OBJECT_NAME           =      "__system";
00013 static const char* SYSTEM_OBJECT_PUBLIC_NAME           =      "system";
00014 static const char* ADDRESSABLE_ARRAY_NAME       = "addressable";
00015 static const char* PRESENCES_ARRAY_NAME         =   "presences";
00016 static const char* PRES_KEYWORD_NAME            =        "pres";
00017 static const char* UTIL_OBJECT_NAME             =        "util";
00018 
00019 
00020 
00021 } //end namespace js system names
00022 } //end namespace js
00023 } //end namespace sirikata
00024 
00025 
00026 #endif