corrected include fence

This commit is contained in:
Dennis Luxen 2013-09-19 13:59:09 +02:00
parent 21bee7e40c
commit 092f1a4959

View File

@ -18,8 +18,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
or see http://www.gnu.org/licenses/agpl.txt.
*/
#ifndef INTERNAL_DATA_FACADE
#define INTERNAL_DATA_FACADE
#ifndef SHARED_DATA_FACADE
#define SHARED_DATA_FACADE
//implements all data storage when shared memory is _NOT_ used
@ -96,4 +96,4 @@ public:
) const { return; };
};
#endif // INTERNAL_DATA_FACADE
#endif // SHARED_DATA_FACADE