VirtualBox

Changeset 910 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 14, 2007 4:51:08 PM (18 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/hgcm/HGCM.cpp

    r909 r910  
    11641164            } break;
    11651165
     1166#if 0
    11661167            case HGCMMSGID_LOADSTATE:
    11671168            {
     
    11721173
    11731174                rc = VINF_SUCCESS;
    1174                 if (pClient && pSvc->m_fntable.pfnLoadState)
     1175                if (pClient && pService->m_fntable.pfnLoadState)
    11751176                {
    1176                     rc = pSvc->m_fntable.pfnLoadState (pMsg->u32ClientID, HGCM_CLIENT_DATA(pSvc, pClient), pMsg->pSSM);
     1177                    rc = pService->m_fntable.pfnLoadState (pMsg->u32ClientID, HGCM_CLIENT_DATA(pService, pClient), pMsg->pSSM);
    11771178                    hgcmObjDereference (pClient);
    11781179                }
     
    11881189
    11891190                rc = VINF_SUCCESS;
    1190                 if (pClient && pSvc->m_fntable.pfnSaveState)
     1191                if (pClient && pService->m_fntable.pfnSaveState)
    11911192                {
    1192                     rc = pSvc->m_fntable.pfnSaveState (pMsg->u32ClientID, HGCM_CLIENT_DATA(pSvc, pClient), pMsg->pSSM);
     1193                    rc = pService->m_fntable.pfnSaveState (pMsg->u32ClientID, HGCM_CLIENT_DATA(pService, pClient), pMsg->pSSM);
    11931194                    hgcmObjDereference (pClient);
    11941195                }
    11951196                break;
    11961197            }
    1197             
     1198#endif       
    11981199            default:
    11991200            {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette