Applied code to fix the PHP Browser hang issue reported in bug #1374420. It was teste...
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / extensions / IQuantumExtension.java
1 /*
2  * Created on 17/02/2004
3  *
4  */
5 package com.quantum.extensions;
6
7 /**
8  * @author panic
9  * A commom parent for the Quantum Extensions
10  */
11 public interface IQuantumExtension {
12
13 }