~ubuntu-branches/ubuntu/trusty/advancecomp/trusty

« back to all changes in this revision

Viewing changes to 7z/BinTree2.h

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2006-05-13 21:15:49 UTC
  • Revision ID: james.westby@ubuntu.com-20060513211549-2vu7peis643ojcm5
Tags: upstream-1.15
ImportĀ upstreamĀ versionĀ 1.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __BINTREE2__H
 
2
#define __BINTREE2__H
 
3
 
 
4
#undef BT_CLSID
 
5
#define BT_CLSID CLSID_CMatchFinderBT2
 
6
 
 
7
#undef BT_NAMESPACE
 
8
#define BT_NAMESPACE NBT2
 
9
 
 
10
#include "BinTreeMF.h"
 
11
 
 
12
#endif
 
13