]> git.tdb.fi Git - libs/datafile.git/blobdiff - tool/packer.h
Shuffle some names around in the data tool
[libs/datafile.git] / tool / packer.h
index 960fea6f391a2b49fd7420af193b069d4bdd66f3..151947fbba945bd683017cf1389ff5e467278c3d 100644 (file)
@@ -33,9 +33,9 @@ public:
 
        void pack_file(const std::string &);
 private:
-       bool detect_raw(Msp::IO::Seekable &);
+       bool detect_data(Msp::IO::Seekable &);
        void transfer_datafile(Msp::IO::Base &, const std::string &, Msp::IO::Base &, ObjectList &);
-       void transfer_raw(Msp::IO::Base &, Msp::IO::Base &);
+       void transfer_unknown(Msp::IO::Base &, Msp::IO::Base &);
 public:
        void create_pack(const std::string &);
 };