Ignore:
Timestamp:
05/12/09 00:33:30 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc

    r9439 r9445  
    165165
    166166    if (fQueue)
    167         fQueue->PostMsg(WM_STARGTPOINT, (void*)str.Data(), str.Length()+1);//, (void*)str.Data(), str.Length()+1);
     167        fQueue->Proc(WM_STARGTPOINT, (void*)str.Data());
    168168
    169169    return true;
     
    177177
    178178    if (fQueue)
    179         fQueue->PostMsg(WM_STARGMODE, &on, sizeof(bool));//, (void*)str.Data(), str.Length()+1);
     179        fQueue->Proc(WM_STARGMODE, &on);
    180180
    181181    return true;
Note: See TracChangeset for help on using the changeset viewer.