defuze.me
Client
|
00001 /************************************************************************** 00002 ** defuze.me Epitech Innovative Project 00003 ** 00004 ** Copyright 2010 00005 ** Athena Calmettes - Jocelyn De La Rosa - Francois Gaillard 00006 ** Adrien Jarthon - Alexandre Moore - Luc Peres - Arnaud Sellier 00007 ** 00008 ** All rights reserved. 00009 **************************************************************************/ 00010 00011 #ifndef MAIN_HPP 00012 #define MAIN_HPP 00013 00014 #include <QtCore/QString> 00015 #include <QtCore/QDateTime> 00016 00017 const static QString gl_APPLICATION_NAME = "defuze.me"; 00018 const static QString gl_APPLICATION_VERSION = "0.5.7"; 00019 const static QString gl_ORGANIZATION_DOMAIN = "defuze.me"; 00020 const static QString gl_ORGANIZATION_NAME = "defuze.me"; 00021 const static QString gl_VERSION_CODENAME = "beta"; 00022 00023 const static QString gl_API_HOSTNAME = "api.defuze.me"; 00024 //const static QString gl_API_HOSTNAME = "localhost:3000"; 00025 const static QString gl_PUSH_HOSTNAME = "push.defuze.me:8080"; 00026 //const static QString gl_PUSH_HOSTNAME = "localhost:8080"; 00027 00028 const unsigned short gl_RC_PORT = 3456; 00029 const unsigned short gl_AD_ASK_PORT = 3457; 00030 const unsigned short gl_AD_REPLY_PORT = 3458; 00031 00032 #endif // MAIN_HPP