VirtualBox

Changeset 2980 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 1, 2007 3:56:12 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21699
Message:

InnoTek -> innotek: actual code changes (headers follow).

Location:
trunk/src/VBox/Main
Files:
3 edited

Legend:

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

    r2961 r2980  
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    8888{
    8989    "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" RTFILE_LINEFEED
    90     "<!-- InnoTek VirtualBox Machine Configuration -->" RTFILE_LINEFEED
     90    "<!-- innotek VirtualBox Machine Configuration -->" RTFILE_LINEFEED
    9191    "<VirtualBox xmlns=\"" VBOX_XML_NAMESPACE "\" "
    9292        "version=\"" VBOX_XML_VERSION "-" VBOX_XML_PLATFORM "\">" RTFILE_LINEFEED
     
    30273027}
    30283028
    3029 /** 
     3029/**
    30303030 *  Increases the number of objects dependent on the machine state or on the
    30313031 *  registered state.  Guarantees that these two states will not change at
     
    30343034 *  Depending on the @a aDepType value, additional state checks may be
    30353035 *  made. These checks will set extended error info on failure.
    3036  * 
     3036 *
    30373037 *  If this method returns a failure, the dependency is not added and the
    30383038 *  caller is not allowed to rely on any particular machine state or
     
    32123212
    32133213
    3214 /** 
     3214/**
    32153215 *  Chhecks that there are no state dependants. If necessary, waits for the
    32163216 *  number of dependants to drop to zero. Must be called from under
     
    35543554            mSSData->mStateFilePath.setNull();
    35553555
    3556             /* no need to use setMachineState() during init() */ 
     3556            /* no need to use setMachineState() during init() */
    35573557            mData->mMachineState = MachineState_Aborted;
    35583558        }
    35593559        else if (mSSData->mStateFilePath)
    35603560        {
    3561             /* no need to use setMachineState() during init() */ 
     3561            /* no need to use setMachineState() during init() */
    35623562            mData->mMachineState = MachineState_Saved;
    35633563        }
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r2976 r2980  
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    7373{
    7474    "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" RTFILE_LINEFEED
    75     "<!-- InnoTek VirtualBox Global Configuration -->" RTFILE_LINEFEED
     75    "<!-- innotek VirtualBox Global Configuration -->" RTFILE_LINEFEED
    7676    "<VirtualBox xmlns=\"" VBOX_XML_NAMESPACE "\" "
    7777        "version=\"" VBOX_XML_VERSION "-" VBOX_XML_PLATFORM "\">" RTFILE_LINEFEED
     
    30493049                /* locations of VDI and VMDK hard disks for now are just
    30503050                 * file paths */
    3051                 found = RTPathCompare (location, 
     3051                found = RTPathCompare (location,
    30523052                                       Utf8Str (hd->toString
    30533053                                                (false /* aShort */))) == 0;
  • trunk/src/VBox/Main/linux/server.cpp

    r2976 r2980  
    55
    66/*
    7  * Copyright (C) 2006 InnoTek Systemberatung GmbH
     7 * Copyright (C) 2006-2007 innotek GmbH
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    345345                     *
    346346                     * In either case, there is nothing to do.
    347                      * 
     347                     *
    348348                     * Note: case b) is actually no more valid since we don't
    349349                     * call Release() from DestructEventHandler() in this case
     
    525525                LogFlowFunc (("Another client has requested a reference to VirtualBox, "
    526526                              "canceling detruction...\n"));
    527                
     527
    528528                /* make sure the previous timer is stopped */
    529529                RTTimerStop (sTimer);
     
    11401140
    11411141            iSize = snprintf (szBuf, sizeof(szBuf),
    1142                               "InnoTek VirtualBox XPCOM Server Version %s",
     1142                              "innotek VirtualBox XPCOM Server Version %s",
    11431143                              VBOX_VERSION_STRING);
    11441144            for (int i=iSize; i>0; i--)
    11451145                putchar('*');
    11461146            printf ("\n%s\n", szBuf);
    1147             printf ("(C) 2004-2007 InnoTek Systemberatung GmbH\n");
     1147            printf ("(C) 2004-2007 innotek GmbH\n");
    11481148            printf ("All rights reserved.\n");
    11491149#ifdef DEBUG
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