This directory contains three files (except this file):

addPolicyCache.awk
==================
A *gnu awk* script for adding a policy cache into the domain client stub 
_DomainStub.java
call:
gawk -f addPolicyCache.awk _DomainStub.java.orig > _DomainStub.java.WithPolicyCache

Note: the domain ant build file expects the above names !



_DomainStub.java.orig
=====================
the original domain stub as generated by the idl-compiler


_DomainStub.java.WithPolicyCache
================
the modiefied domain stub with the added policy cache

