source: tags/1.3.8/src/core/RpUtils.h @ 5302

Last change on this file since 5302 was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 833 bytes
Line 
1/*
2 * ======================================================================
3 *  Rappture::Utils
4 *
5 *  AUTHOR:  Derrick Kearney, Purdue University
6 *
7 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
8 * ----------------------------------------------------------------------
9 *  See the file "license.terms" for information on usage and
10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11 * ======================================================================
12 */
13
14#ifndef RAPPTURE_UTILS_H
15#define RAPPTURE_UTILS_H
16
17#ifdef __cplusplus
18extern "C" {
19namespace Rappture {
20    namespace Utils {
21#endif // ifdef __cplusplus
22
23
24int progress(int percent, const char* text);
25
26
27#ifdef __cplusplus
28    } // namespace Utils
29} // namespace Rappture
30} // extern C
31#endif // ifdef __cplusplus
32
33#endif // RAPPTURE_UTILS_H
Note: See TracBrowser for help on using the repository browser.