VirtualBox

Changeset 32208 in vbox


Ignore:
Timestamp:
Sep 2, 2010 2:26:29 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65515
Message:

VBoxControl: Sketches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r32207 r32208  
    14081408static RTEXITCODE handleTakeSnapshot(int argc, char *argv[])
    14091409{
     1410    //VbglR3VmTakeSnapshot(argv[0], argv[1]);
    14101411    return VBoxControlError("not implemented");
    14111412}
     
    14161417static RTEXITCODE handleSaveState(int argc, char *argv[])
    14171418{
     1419    //VbglR3VmSaveState();
    14181420    return VBoxControlError("not implemented");
    14191421}
     
    14241426static RTEXITCODE handleSuspend(int argc, char *argv[])
    14251427{
     1428    //VbglR3VmSuspend();
    14261429    return VBoxControlError("not implemented");
    14271430}
     
    14321435static RTEXITCODE handlePowerOff(int argc, char *argv[])
    14331436{
     1437    //VbglR3VmPowerOff();
    14341438    return VBoxControlError("not implemented");
    14351439}
     
    15241528            || !strcmp(argv[iArg], "-version")
    15251529           )
    1526             {
    1527                 /* Print version number, and do nothing else. */
    1528                 RTPrintf("%sr%u\n", VBOX_VERSION_STRING, RTBldCfgRevision());
    1529                 fOnlyInfo = true;
    1530                 fShowLogo = false;
    1531                 done = true;
    1532             }
     1530        {
     1531            /* Print version number, and do nothing else. */
     1532            RTPrintf("%sr%u\n", VBOX_VERSION_STRING, RTBldCfgRevision());
     1533            fOnlyInfo = true;
     1534            fShowLogo = false;
     1535            done = true;
     1536        }
    15331537        else if (   !strcmp(argv[iArg], "-nologo")
    15341538                 || !strcmp(argv[iArg], "--nologo"))
Note: See TracChangeset for help on using the changeset viewer.

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