VirtualBox

Changeset 39180 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 2, 2011 8:59:30 PM (13 years ago)
Author:
vboxsync
Message:

ExtPack: Adding a 'edition' attribute to the Version tag and cleaning up the version string validation confusion. Currently hacking the edition into the version property of IExtPack, adding a property later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ExtPackUtil.h

    r37843 r39180  
    9090    /** The version string. */
    9191    RTCString               strVersion;
     92    /** The edition string. */
     93    RTCString               strEdition;
    9294    /** The internal revision number. */
    9395    uint32_t                uRevision;
     
    120122RTCString   *VBoxExtPackUnmangleName(const char *pszMangledName, size_t cbMax);
    121123int                 VBoxExtPackCalcDir(char *pszExtPackDir, size_t cbExtPackDir, const char *pszParentDir, const char *pszName);
    122 bool                VBoxExtPackIsValidVersionString(const char *pszName);
     124bool                VBoxExtPackIsValidVersionString(const char *pszVersion);
     125bool                VBoxExtPackIsValidEditionString(const char *pszEdition);
    123126bool                VBoxExtPackIsValidModuleString(const char *pszModule);
    124127
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