VirtualBox

Changeset 34250 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 22, 2010 3:21:57 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67998
Message:

VBoxManageGuestCtrl.cpp: r=bird: Shouldn't --mode be octal? Please fix. Bunch of other todos that needs addressing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r33956 r34250  
    281281    args.push_back(Bstr(Utf8Cmd).raw());
    282282
     283/** @todo r=bird: Use RTGetOpt here, no new code using strcmp-if-switching! */
    283284    /* Iterate through all possible commands (if available). */
    284285    bool usageOK = true;
     
    611612 * @param   pList               Copy list used for insertion.
    612613 */
     614/** @todo r=bird: static? */
    613615int ctrlCopyDirectoryEntryAppend(const char *pszFileSource, const char *pszFileDest,
    614616                                 PRTLISTNODE pList)
     
    652654 * @param   pList               Pointer to the object list to use.
    653655 */
     656/** @todo r=bird: static? */
    654657int ctrlCopyDirectoryRead(const char *pszRootDir, const char *pszSubDir,
    655658                          const char *pszFilter, const char *pszDest,
     
    794797 * @param   pList               Where to store the object list.
    795798 */
     799/** @todo r=bird: static? */
    796800int ctrlCopyInit(const char *pszSource, const char *pszDest, uint32_t uFlags,
    797801                 uint32_t *pcObjects, PRTLISTNODE pList)
     
    919923 * Destroys a copy list.
    920924 */
     925/** @todo r=bird: static? */
    921926void ctrlCopyDestroy(PRTLISTNODE pList)
    922927{
     
    955960 * @param   uFlags          Copy flags.
    956961 */
     962/** @todo r=bird: static? */
    957963int ctrlCopyFileToGuest(IGuest *pGuest, const char *pszSource, const char *pszDest,
    958964                        const char *pszUserName, const char *pszPassword,
     
    10441050    bool fCopyRecursive = false;
    10451051    bool fDryRun = false;
     1052/** @todo r=bird: Use RTGetOpt here, no new code using strcmp-if-switching!  */
    10461053
    10471054    /* Iterate through all possible commands (if available). */
     
    12181225    uint32_t uMode = 0;
    12191226    bool fVerbose = false;
     1227/** @todo r=bird: Use RTGetOpt here, no new code using strcmp-if-switching!  */
    12201228
    12211229    /* Iterate through all possible commands (if available). */
     
    12531261                 || !strcmp(a->argv[i], "-m"))
    12541262        {
     1263            /** @todo r=bird: the mode is octal, isn't it? */
    12551264            if (i + 1 >= a->argc
    12561265                || RTStrToUInt32Full(a->argv[i + 1], 10, &uMode) != VINF_SUCCESS)
     
    13731382    bool fVerbose = false;
    13741383
     1384/** @todo r=bird: Use RTGetOpt here, no new code using strcmp-if-switching!  */
    13751385    /* Iterate through all possible commands (if available). */
    13761386    bool usageOK = true;
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