001    /*
002    * file CcLocation.java
003    *
004    * Licensed Materials - Property of IBM
005    * Restricted Materials of IBM
006    * 
007    * com.ibm.rational.wvcm.stp.cc.CcLocation
008    *
009    * (C) Copyright IBM Corporation 2004, 2008.  All Rights Reserved. 
010    * Note to U.S. Government Users Restricted Rights:  Use, duplication or  
011    * disclosure restricted by GSA ADP  Schedule Contract with IBM Corp. 
012    */
013    
014    package com.ibm.rational.wvcm.stp.cc;
015    
016    import com.ibm.rational.wvcm.stp.StpLocation;
017    
018    /**
019     * The location of a ClearCase resource.
020     */
021    public interface CcLocation extends StpLocation {
022    }