Changeset 16689 in vbox
- Timestamp:
- Feb 11, 2009 7:12:30 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42695
- Location:
- trunk/src/VBox/Main/cbinding
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMC.cpp
r16684 r16689 79 79 } 80 80 81 VBOXXPCOMC_DECL(const char *)81 VBOXXPCOMC_DECL(const char *) 82 82 VBoxGetEnv(const char *pszVar) 83 83 { -
trunk/src/VBox/Main/cbinding/cbinding.h
r16684 r16689 56 56 VBOXXPCOMC_DECL(int) VBoxUtf8ToUtf16(const char *pszString, PRUnichar **ppwszString); 57 57 58 /* Getting and Setting the Enviornment Variables*/59 VBOXXPCOMC_DECL(const char *) VBoxGetEnv(const char *pszVar);58 /* Getting and setting the environment variables. */ 59 VBOXXPCOMC_DECL(const char *) VBoxGetEnv(const char *pszVar); 60 60 VBOXXPCOMC_DECL(int) VBoxSetEnv(const char *pszVar, const char *pszValue); 61 61
Note:
See TracChangeset
for help on using the changeset viewer.