VirtualBox

Ignore:
Timestamp:
Nov 27, 2008 6:44:11 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40046
Message:

VBoxManage: file header cleanup.

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
7 edited

Legend:

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

    r13837 r14732  
     1/* $Id:$ */
    12/** @file
    2  *
    3  * VBox frontends: VBoxManage (command-line interface):
    4  * VBoxInternalManage
     3 * VBoxManage - The 'internalcommands' command.
    54 *
    65 * VBoxInternalManage used to be a second CLI for doing special tricks,
     
    5150/* Includes for the raw disk stuff. */
    5251#ifdef RT_OS_WINDOWS
    53 #include <windows.h>
    54 #include <winioctl.h>
     52# include <windows.h>
     53# include <winioctl.h>
    5554#elif defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS)
    56 #include <errno.h>
    57 #include <sys/ioctl.h>
    58 #include <sys/types.h>
    59 #include <sys/stat.h>
    60 #include <fcntl.h>
    61 #include <unistd.h>
     55# include <errno.h>
     56# include <sys/ioctl.h>
     57# include <sys/types.h>
     58# include <sys/stat.h>
     59# include <fcntl.h>
     60# include <unistd.h>
    6261#endif
    6362#ifdef RT_OS_LINUX
    64 #include <sys/utsname.h>
    65 #include <linux/hdreg.h>
    66 #include <linux/fs.h>
     63# include <sys/utsname.h>
     64# include <linux/hdreg.h>
     65# include <linux/fs.h>
    6766#endif /* RT_OS_LINUX */
    6867#ifdef RT_OS_DARWIN
    69 #include <sys/disk.h>
     68# include <sys/disk.h>
    7069#endif /* RT_OS_DARWIN */
    7170#ifdef RT_OS_SOLARIS
    72 #include <stropts.h>
    73 #include <sys/dkio.h>
    74 #include <sys/vtoc.h>
     71# include <stropts.h>
     72# include <sys/dkio.h>
     73# include <sys/vtoc.h>
    7574#endif /* RT_OS_SOLARIS */
    7675
     
    16541653    return errorSyntax(USAGE_ALL, "Invalid command '%s'", Utf8Str(argv[0]).raw());
    16551654}
     1655
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h

    r14646 r14732  
     1/* $Id$ */
    12/** @file
    2  * VBox frontends: VBoxManage (command-line interface):
    3  * VBoxManage header.
     3 * VBoxManage - VirtualBox command-line interface, internal header file.
    44 */
    55
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp

    r14258 r14732  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox frontends: VBoxManage (command-line interface), Guest Properties
    4  */
    5 
    6 /*
    7  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     3 * VBoxManage - The 'guestproperty' command.
     4 */
     5
     6/*
     7 * Copyright (C) 2006-2008 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp

    r14646 r14732  
    11/* $Id$ */
    22/** @file
    3  * VBoxManage - VirtualBox's command-line interface.
    4  * Information dumping code.
     3 * VBoxManage - The 'showvminfo' command and helper routines.
    54 */
    65
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r14661 r14732  
    11/* $Id$ */
    22/** @file
    3  * VBoxManage - VirtualBox's command-line interface.
     3 * VBoxManage - The 'list' command.
    44 */
    55
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp

    r14731 r14732  
    11/* $Id$ */
    22/** @file
    3  * VBoxManage - VirtualBox's command-line interface.
    4  * Metrics handling code.
     3 * VBoxManage - Metrics handling code.
    54 */
    65
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageSVN.cpp

    r13908 r14732  
    11/* $Id$ */
    22/** @file
    3  * VBox frontends: VBoxManage (command-line interface):
    4  * SVN revision.
     3 * VBoxManage - VBoxSVNRev(), separate file to speed up the build.
    54 */
    65
     
    2625
    2726/**
    28  * Return the SVN revision number. We put this function into a separate file
    29  * to speed up compilation if the revision number changes. We don't put this
    30  * function into VBoxSVC to save the overhead of starting the server if only
    31  * the version number is requested.
     27 * Return the SVN revision number.
     28 *
     29 * We put this function into a separate file to speed up compilation if the
     30 * revision number changes. We don't put this function into VBoxSVC to save the
     31 * overhead of starting the server if only the version number is requested.
    3232 */
    3333unsigned long VBoxSVNRev()
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