001    /*
002     * To change this template, choose Tools | Templates
003     * and open the template in the editor.
004     */
005    
006    package org.bridj.cpp.mfc;
007    
008    import org.bridj.cpp.CPPObject;
009    
010    /**
011     *
012     * @author Olivier
013     */
014    public class CStringT<BaseType, StringTraits> extends CPPObject {
015        Class<BaseType> BaseType;
016        Class<StringTraits> StringTraits;
017    }