blob: cb7834bd28de969854004e10a511426d986799ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-cy,v 1.2 2007/12/31 09:15:15 spz Exp $
--- src/irr/irr.hh.orig 2006-06-08 17:16:26.000000000 +0200
+++ src/irr/irr.hh
@@ -59,6 +59,7 @@
#include "gnug++/SetOfUInt.hh"
#include "gnu/prefixranges.hh"
#include "rpsl/prefix.hh"
+#include "rpsl/rpsl_asnum.hh"
#include "classes.hh"
class AutNum;
@@ -192,6 +193,9 @@ protected:
bool isIndirectMember(Object *o,
AttrGenericIterator<ItemWORD> &mbrs_by_ref);
+ // next method is used by RAWhoisClient to query the SetCache
+ bool queryCache(SymID setID, Set *&set);
+
private:
static void initCache(char *objectText, int objectLength, char *clss);
};
|