Ignore:
Timestamp:
Jul 11, 2010, 1:49:29 PM (14 years ago)
Author:
Torben Dannhauer
Message:

1st compiling version with clusterENet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/cluster/dataIO_clusterENet_implementation.h

    r66 r68  
    11#pragma once
    2 #if _MSC_VER > 1000
    3         #pragma warning(disable:4146)
    4 #endif // _MSC_VER > 1000
     2/* -*-c++-*- osgVisual - Copyright (C) 2009-2010 Torben Dannhauer
     3 *
     4 * This library is based on OpenSceneGraph, open source and may be redistributed and/or modified under
     5 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
     6 * (at your option) any later version.  The full license is in LICENSE file
     7 * included with this distribution, and on the openscenegraph.org website.
     8 *
     9 * osgVisual requires for some proprietary modules a license from the correspondig manufacturer.
     10 * You have to aquire licenses for all used proprietary modules.
     11 *
     12 * This library is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * OpenSceneGraph Public License for more details.
     16*/
     17
    518
    619#include <osg/referenced>
Note: See TracChangeset for help on using the changeset viewer.