Skip to content

Commit

Permalink
ramove most CFIle methods from SWIG
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Oct 26, 2014
1 parent 09f02ec commit 135c272
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shogun/io/LibSVMFile.h
Expand Up @@ -13,7 +13,6 @@
#define __LIBSVMFILE_H__

#include <shogun/lib/config.h>

#include <shogun/io/File.h>

namespace shogun
Expand Down Expand Up @@ -56,6 +55,7 @@ class CLibSVMFile : public CFile
/** destructor */
virtual ~CLibSVMFile();

#ifndef SWIG // SWIG should skip this part
/** @name Vector Access Functions
*
* Functions to access vectors of one of the several base data types.
Expand Down Expand Up @@ -535,6 +535,7 @@ class CLibSVMFile : public CFile
virtual void set_string_list(
const SGString<floatmax_t>* strings, int32_t num_str) { };
//@}
#endif // #ifndef SWIG // SWIG should skip this part

virtual const char* get_name() const { return "LibSVMFile"; }

Expand Down

0 comments on commit 135c272

Please sign in to comment.