Subversion Repositories gelsvn

Rev

Rev 448 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 448 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
-
 
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
-
 
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
-
 
6
 
-
 
7
/**
-
 
8
 * @file ResourceManager.h
-
 
9
 * @brief Resource manager that is not used much in GEL but potentially useful for larger projects.
-
 
10
 */
-
 
11
 
1
#ifndef __UTIL_RESOURCE_MANAGER_H
12
#ifndef __UTIL_RESOURCE_MANAGER_H
2
#define __UTIL_RESOURCE_MANAGER_H
13
#define __UTIL_RESOURCE_MANAGER_H
3
 
14
 
4
#include <cassert>
15
#include <cassert>
5
#include <string>
16
#include <string>