VirtualBox

Changeset 4056 in vbox for trunk


Ignore:
Timestamp:
Aug 7, 2007 8:51:50 AM (17 years ago)
Author:
vboxsync
Message:

Get rid of warning about /* in comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl.cpp

    r4053 r4056  
    40174017}
    40184018
    4019 /** 
     4019/**
    40204020 *  Fetches the list of global or machine shared folders from the server.
    4021  * 
     4021 *
    40224022 *  @param aGlobal true to fetch global folders.
    40234023 *
     
    40464046        if (online)
    40474047            oldFolders = mMachineSharedFolders;
    4048        
     4048
    40494049        mMachineSharedFolders.clear();
    40504050
     
    40824082                {
    40834083                    /* a new machine folder is added or
    4084                     /* the existing machine folder is changed */
     4084                     * the existing machine folder is changed */
    40854085                    if (mSharedFolders.find (name) != mSharedFolders.end())
    40864086                        ; /* the console folder exists, nothing to do */
     
    41354135}
    41364136
    4137 /** 
     4137/**
    41384138 *  Searches for a shared folder with the given name in the list of machine
    41394139 *  shared folders and then in the list of the global shared folders.
    4140  * 
     4140 *
    41414141 *  @param aName    Name of the folder to search for.
    41424142 *  @param aIt      Where to store the pointer to the found folder.
     
    41644164}
    41654165
    4166 /** 
     4166/**
    41674167 *  Calls the HGCM service to add a shared folder definition.
    4168  * 
     4168 *
    41694169 *  @param aName        Shared folder name.
    41704170 *  @param aHostPath    Shared folder path.
     
    42274227}
    42284228
    4229 /** 
     4229/**
    42304230 *  Calls the HGCM service to remove the shared folder definition.
    4231  * 
     4231 *
    42324232 *  @param aName        Shared folder name.
    42334233 *
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