Changeset 41040 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 24, 2012 10:13:40 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/Logging.h
r38037 r41040 7 7 8 8 /* 9 * Copyright (C) 200 6-2011Oracle Corporation9 * Copyright (C) 2004-2012 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 44 44 #include <VBox/log.h> 45 45 46 int VBoxSVCLogRelCreate(const char *pszLogFile, uint32_t cHistory,47 uint32_t uHistoryFileTime, uint64_t uHistoryFileSize);48 49 46 #endif // ____H_LOGGING 50 47 /* vi: set tabstop=4 shiftwidth=4 expandtab: */
Note:
See TracChangeset
for help on using the changeset viewer.