VirtualBox

Changeset 16689 in vbox


Ignore:
Timestamp:
Feb 11, 2009 7:12:30 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42695
Message:

cbinding: Since this is a public SDK header, stick to the same command & coding style.

Location:
trunk/src/VBox/Main/cbinding
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp

    r16684 r16689  
    7979}
    8080
    81 VBOXXPCOMC_DECL(const char*)
     81VBOXXPCOMC_DECL(const char *)
    8282VBoxGetEnv(const char *pszVar)
    8383{
  • trunk/src/VBox/Main/cbinding/cbinding.h

    r16684 r16689  
    5656VBOXXPCOMC_DECL(int) VBoxUtf8ToUtf16(const char *pszString, PRUnichar **ppwszString);
    5757
    58 /* Getting and Setting the Enviornment Variables */
    59 VBOXXPCOMC_DECL(const char*) VBoxGetEnv(const char *pszVar);
     58/* Getting and setting the environment variables. */
     59VBOXXPCOMC_DECL(const char *) VBoxGetEnv(const char *pszVar);
    6060VBOXXPCOMC_DECL(int) VBoxSetEnv(const char *pszVar, const char *pszValue);
    6161
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