This commit is contained in:
@@ -462,6 +462,7 @@ public:
|
||||
|
||||
void PushMessage(const char* pszCommand)
|
||||
{
|
||||
fprintf(stderr,"push.(%s)\n",pszCommand);
|
||||
try
|
||||
{
|
||||
BeginMessage(pszCommand);
|
||||
@@ -477,6 +478,7 @@ public:
|
||||
template<typename T1>
|
||||
void PushMessage(const char* pszCommand, const T1& a1)
|
||||
{
|
||||
fprintf(stderr,"push.(%s)\n",pszCommand);
|
||||
try
|
||||
{
|
||||
BeginMessage(pszCommand);
|
||||
|
||||
Reference in New Issue
Block a user