source: trunk/src/core2/rappture2.h

Last change on this file was 5673, checked in by ldelgass, 9 years ago

Fix line endings, set eol-style to native on all C/C++ sources.

  • Property svn:eol-style set to native
File size: 789 bytes
Line 
1/*
2 * ======================================================================
3 *  Rappture
4 *
5 *  This is the primary include file for the Rappture core library.
6 *  Anyone who wants to use Rappture in their code should start here.
7 *
8 *  AUTHOR:  Michael McLennan, Purdue University
9 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
10 * ----------------------------------------------------------------------
11 *  See the file "license.terms" for information on usage and
12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13 * ======================================================================
14 */
15#ifndef RAPPTURE_H
16#define RAPPTURE_H
17
18#include <assert.h>
19#include <string>
20
21#ifndef NULL
22#  define NULL 0
23#endif
24
25#include "RpPtr.h"
26#include "RpOutcome.h"
27
28#endif
Note: See TracBrowser for help on using the repository browser.