VirtualBox

Changeset 8569 in vbox for trunk/src/VBox/Main/linux


Ignore:
Timestamp:
May 5, 2008 12:32:51 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30484
Message:

AssertBreak -> AssertBreakStmt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/linux/server_module.cpp

    r8155 r8569  
    7878};
    7979
    80 /** 
     80/**
    8181 *  Full path to the VBoxSVC executable.
    8282 */
     
    9393NS_IMPL_CI_INTERFACE_GETTER1 (VirtualBox, IVirtualBox)
    9494
    95 /** 
     95/**
    9696 *  VirtualBox component constructor.
    9797 *
     
    135135
    136136                    LogFlowFunc (("component directory = \"%s\"\n", path.get()));
    137                     AssertBreak (path.Length() + strlen (VBoxSVC_exe) < RTPATH_MAX,
    138                                  rc = NS_ERROR_FAILURE);
     137                    AssertBreakStmt (path.Length() + strlen (VBoxSVC_exe) < RTPATH_MAX,
     138                                     rc = NS_ERROR_FAILURE);
    139139
    140140                    strcpy (VBoxSVCPath, path.get());
     
    255255#if 0
    256256/// @todo not really necessary for the moment
    257 /** 
    258  * 
    259  * @param aCompMgr 
    260  * @param aPath 
    261  * @param aLoaderStr 
    262  * @param aType 
    263  * @param aInfo 
    264  * 
    265  * @return 
     257/**
     258 *
     259 * @param aCompMgr
     260 * @param aPath
     261 * @param aLoaderStr
     262 * @param aType
     263 * @param aInfo
     264 *
     265 * @return
    266266 */
    267267static NS_IMETHODIMP
     
    286286#endif
    287287
    288 /** 
     288/**
    289289 *  Component definition table.
    290290 *  Lists all components defined in this module.
     
    299299        NULL, // deregistration function
    300300        NULL, // destructor function
    301         /// @todo 
     301        /// @todo
    302302        NS_CI_INTERFACE_GETTER_NAME(VirtualBox), // interfaces function
    303303        NULL, // language helper
    304         /// @todo 
     304        /// @todo
    305305        &NS_CLASSINFO_NAME(VirtualBox) // global class info & flags
    306306    }
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